home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / perl5 / perl5.002 / ext / ndbm_file / hints / svr4.pl < prev   
Encoding:
Text File  |  1996-02-15  |  183 b   |  5 lines

  1. # Some SVR4 systems may need to link against routines in -lucb for
  2. # odbm.  Some may also need to link against -lc to pick up things like
  3. # ecvt.
  4. $self->{LIBS} = ['-ldbm -lucb -lc'];
  5.